home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP13 / XIMAP13.dxr / 00068_sb15 set up.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  466 b   |  22 lines

  1. on enterFrame
  2.   global gSB15List, gNavMap
  3.   if getaProp(gNavMap, 17) <> 1 then
  4.     setProp(gNavMap, 17, 2)
  5.   end if
  6.   commonSetup(15, 1, 1, 1)
  7.   hSetVisibles(20, 22, 0)
  8.   if getProp(gSB15List, 10) = 0 then
  9.     hSetVisibles(10, 1)
  10.   else
  11.     hSetVisibles(10, 0)
  12.   end if
  13.   if getProp(gSB15List, 11) = 0 then
  14.     hSetVisibles(11, 1)
  15.   else
  16.     hSetVisibles(11, 0)
  17.   end if
  18.   hPup(10, 11, 1)
  19.   set listoSprites to [4, 7, 10, 11, 38]
  20.   changeCursor(listoSprites, 1)
  21. end
  22.